big_integer

pure constructor(s: text)

Creates a big_integer from a decimal string representation, possibly with a sign. Fails if the string is not valid.

Since

0.12.0

Parameters

s

The decimal string representation.


pure constructor(value: integer)

Creates a big_integer from an integer.

Since

0.12.0

Parameters

value

The integer value.